/*全屏滚动不要滚动条*/
html{
    height: 100%;
}
body {
    overflow: hidden;
    height: 100%;
}


/*中部内容区域*/
.main {
    height: 100%;
    margin-top: 0 !important;
}



/* 首页单页全屏滚动  */
.fullpage {
    height: 100%;
}



/**/
.fullpage .one {
    height: 100%; /*防止打开后图片变大的跳动*/
}

.fullpage .one .image {
    background: white url(/static/index/img/index/brand/1.jpg) no-repeat scroll center;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/index/img/index/brand/1.jpg", sizingMethod=scale);  /* IE8不支持backgroud-size*/
    width: 100%;
    height: 100%;
}



.fullpage .one .image{
    position: relative;
    overflow: hidden;

}
.fullpage .one .image .play{
    background: url(/static/index/img/index/brand/play.png);
    position: absolute;
    width: 540px;
    height: 155px;
    top: 40%;
    right: 25%;
    cursor: pointer;

}

/**/
.fullpage .two {
}

.fullpage .two .image {
    background: white url(/static/index/img/index/brand/2.jpg) no-repeat scroll center;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/index/img/index/brand/2.jpg", sizingMethod=scale);  /* IE8不支持backgroud-size*/
}

.fullpage .two .image .bg-text{
    background: url(/static/index/img/index/brand/2-text.png);
    position: relative;
    width: 459px;
    height: 136px;
    margin: -68px auto;
    top: 50%;

}

/**/
.fullpage .three {
}

.fullpage .three .image {
    background: white url(/static/index/img/index/brand/3.jpg) no-repeat scroll center;
    /*background-size: cover;*/
    width: 100%;
    height: 100%;
}

/**/
.fullpage .four {
}

.fullpage .four .image {
    background: #f3f3f3 url(/static/index/img/index/brand/4.jpg) no-repeat scroll center;
    /* 图片周边是单色留白,设置背景,图片不缩放*/
    /*background-size: cover;*/
    width: 100%;
    height: 100%;
}

/**/
.fullpage .five {
}

.fullpage .five .image {
    background: white url(/static/index/img/index/brand/5.jpg) no-repeat scroll center;
    /* 图片缩放*/
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/index/img/index/brand/5.jpg", sizingMethod=scale);  /* IE8不支持backgroud-size*/
}

.fullpage .five .image .bg-text{
    background: url(/static/index/img/index/brand/5-text.png);
    position: relative;
    width: 492px;
    height: 116px;
    margin: -58px auto;
    top: 50%;

}

/**/
.fullpage .six {
    background-color: #2b2b2b;
    /*background-color: white;*/
    position: relative;
}

.fullpage .six .footer {
    /*position: absolute;*/
    /*bottom: 80px;*/
}



/*视频播放器自定义样式*/


.video{
    width: 1000px;
    /*width: 650px;*/
    /*width: 70%;*/
    margin: 200px auto 0;
    position: relative;
    z-index: -1;  /*隐藏视频*/
}


.video .close{
    position: absolute;
    top:-15px;
    right:-15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: white url(/static/index/img/index/close.png) no-repeat scroll center;
    background-size: contain;
    border-radius: 30px;
}
.fullpage .one .image .bg{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;

    position: absolute;
    left:0;
    top:0;

    background: white url(/static/index/img/index/brand/1.jpg) no-repeat scroll center;
    background-size: cover;
    /*毛玻璃*/
    filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/index/img/index/brand/1.jpg", sizingMethod=scale) progid:DXImageTransform.Microsoft.Blur(10px);  /* IE8不支持backgroud-size*/ /*模糊效果*/




}

.video .video-js{
    width: 100%;
    margin: 0 auto;
    position: relative;
}


